/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */
/*
 .twitter-typeahead .tt-hint, .twitter-typeahead .tt-query{
    height: 20px;
    padding: 6px 0px;
  }
  .overlay {
    background: #e9e9e9; 
    display: none;      
    position: absolute;  
    top: 0;              
    right: 0; 
    bottom: 0;
    left: 0;
    opacity: 0.5;
    z-index:9999;
    width:100%;
    height:100%;

}
.select2-with-searchbox{
  min-width: 150px !important;
}
*/

 .twitter-typeahead .tt-hint, .twitter-typeahead .tt-query{
    height: 20px;
    padding: 6px 0px;
  }
  .overlay {
    background: #e9e9e9; 
    display: none;      
    position: absolute;  
    top: 0;              
    right: 0; 
    bottom: 0;
    left: 0;
    opacity: 0.5;
    z-index:9999;
    width:100%;
    height:100%;

}
.select2-with-searchbox{
  min-width: 150px !important;
}


.twitter-typeahead .tt-hint, .twitter-typeahead .tt-query{
  height: 20px;
}
.twitter-typeahead .tt-hint, .twitter-typeahead .tt-query{
  height: 20px;
}
.tt-dropdown-menu {
  /*background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  margin-top: 12px;
  padding: 8px 0;*/
  width: 100%;
  max-height: 120px;
    overflow:scroll;
    overflow-x:hidden;
}
.tt-query{
  padding: 6px 0px !important;
}
.itcode.tt-query{
  /*width: 82.5%*/
}
.itemdes.tt-query{
  /*width: 100%*/
}
.tt-hint{
  width: 50%;
  padding-left: 0px;
  padding-right: 0px;
}
.twitter-typeahead{
  width: 100%;
}